Remove debugging.
authorRobert Lipe <robertlipe@gpsbabel.org>
Sun, 16 Feb 2020 05:04:59 +0000 (23:04 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Sun, 16 Feb 2020 05:04:59 +0000 (23:04 -0600)
yahoo.h

diff --git a/yahoo.h b/yahoo.h
index e4f4645e20bbba8a9e64f2733b0a76e68f2e49e5..63f0189c59e5082c0875552bb0f835a24d3c5bd2 100644 (file)
--- a/yahoo.h
+++ b/yahoo.h
 class YahooFormat : public Format
 {
 public:
-    YahooFormat() {printf("Ctor\n");}
   QVector<arglist_t>* get_args() override
   {
-    printf("Getting args\n");
-
     return &yahoo_args;
   }
 
@@ -46,7 +43,6 @@ public:
   }
 
   QVector<ff_cap> get_cap() const override {
-    printf("Getting Cap\n");
     return FF_CAP_RW_ALL;
     //return { (ff_cap) ff_cap_read };
   }